Rapportsystem API
- of D03N
Hovedprosjekt FiV Programmering 20-24
Loading...
Searching...
No Matches
api_key.py
Go to the documentation of this file.
1
# Description: This file contains the API key for the application. This key is used to authenticate the user and allow them to access the application.
2
# The API key will be autogenerated later.
3
4
def
getAPIKey
():
5
API_KEY =
'TESTKEY'
6
return
API_KEY
api_key.getAPIKey
getAPIKey()
Definition
api_key.py:4
rapportsystem-backend
authorization
api_key.py
Generated by
1.10.0