Spaces:
Build error
Build error
Kartikeyssj2
commited on
Commit
•
02e008b
1
Parent(s):
882da5c
checking
Browse files
main.py
CHANGED
@@ -79,7 +79,7 @@ async def rnc(number):
|
|
79 |
"your value:" , number
|
80 |
}
|
81 |
|
82 |
-
@app.get('/')
|
83 |
async def get_rnc():
|
84 |
return random.randint(0 , 10)
|
85 |
|
|
|
79 |
"your value:" , number
|
80 |
}
|
81 |
|
82 |
+
@app.get('/check_get')
|
83 |
async def get_rnc():
|
84 |
return random.randint(0 , 10)
|
85 |
|