Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
message-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 7b8e3866
authored
2019-09-18 13:20:05 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed file name change
1 parent
7d7064e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deploy.py
deploy.py
View file @
7b8e386
...
@@ -75,7 +75,7 @@ def msg():
...
@@ -75,7 +75,7 @@ def msg():
'type'
:
request
.
values
[
'type'
]
'type'
:
request
.
values
[
'type'
]
}
}
id
=
process
.
store
(
query
)
id
=
process
.
store
(
query
)
os
.
system
(
"mv ./
data .
/"
+
id
)
os
.
system
(
"mv ./
"
+
dir
+
"/data ./"
+
dir
+
"
/"
+
id
)
@app.route
(
'/cons'
,
methods
=
[
'POST'
])
@app.route
(
'/cons'
,
methods
=
[
'POST'
])
def
cons
():
def
cons
():
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment