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
5 API_KEY = 'TESTKEY'
6 return API_KEY
getAPIKey()
Definition api_key.py:4