Skip to content

Commit

Permalink
Rename the HTTP request file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 26, 2024
1 parent 5343d1e commit eb94ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions share/api.http

This file was deleted.

5 changes: 5 additions & 0 deletions share/api/send_message.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Sends a SMS message to the specified Free Mobile account.
GET {{apiUrl}}/sendmsg?
user={{$processEnv %username}}
&pass={{$processEnv %password}}
&msg=Hello World!

0 comments on commit eb94ae5

Please sign in to comment.