Spaces:
Runtime error
Runtime error
Florin Bobiș
commited on
Commit
•
a60f4f7
1
Parent(s):
77ebc6a
http files
Browse files- QuotesAPI.http +6 -3
QuotesAPI.http
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
@
|
|
|
2 |
|
3 |
-
GET {{
|
4 |
Accept: application/json
|
5 |
|
6 |
-
###
|
|
|
|
|
|
1 |
+
@Localhost = http://localhost:7860
|
2 |
+
@Production = https://florinbobis-quotes-net.hf.space
|
3 |
|
4 |
+
GET {{Localhost}}/quotes/random
|
5 |
Accept: application/json
|
6 |
|
7 |
+
### Production call
|
8 |
+
GET {{Production}}/quotes/random
|
9 |
+
Accept: application/json
|