Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jk_edge_code_api_integration
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikhin.vc
jk_edge_code_api_integration
Commits
7aab7103
Commit
7aab7103
authored
May 05, 2023
by
Sikhin VC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added server API endpoints
parent
3f41f19d
Pipeline
#69207
canceled with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+1
-0
edge_engine/common/config.py
edge_engine/common/config.py
+1
-1
No files found.
Dockerfile
View file @
7aab7103
FROM
jk:v1
FROM
jk:v1
RUN
pip
install
loguru
ADD
. /app
ADD
. /app
WORKDIR
/app
WORKDIR
/app
...
...
edge_engine/common/config.py
View file @
7aab7103
...
@@ -4,7 +4,7 @@ from dateutil import parser
...
@@ -4,7 +4,7 @@ from dateutil import parser
from
datetime
import
datetime
from
datetime
import
datetime
import
json
import
json
import
requests
import
requests
from
edge_engine.common.logsetup
import
logger
from
loguru
import
logger
def
licence_validator
(
payload
):
def
licence_validator
(
payload
):
try
:
try
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment