mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
feat(frontend): ça commence à donner quelque chose niveau css de base
This commit is contained in:
parent
3d0cb9cc28
commit
7fe2f1be4e
52 changed files with 1161 additions and 80 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import flask
|
||||
from flask import *
|
||||
from flask_restx import *
|
||||
|
||||
|
|
@ -11,5 +12,6 @@ class Index(Resource):
|
|||
data = {'message': 'Hello World!'}
|
||||
return data, 200
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue