Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
21_22-J 38
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
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J 38
21_22-J 38
Commits
77f9c153
Commit
77f9c153
authored
Jan 06, 2022
by
W.D.R.P. Sandeepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import react-native-orientation-locker
parent
2938a972
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1426 additions
and
18 deletions
+1426
-18
API/app.py
API/app.py
+5
-5
API/db/__pycache__/dbConnection.cpython-39.pyc
API/db/__pycache__/dbConnection.cpython-39.pyc
+0
-0
frontend/package-lock.json
frontend/package-lock.json
+1420
-13
frontend/package.json
frontend/package.json
+1
-0
No files found.
API/app.py
View file @
77f9c153
...
...
@@ -15,11 +15,11 @@ def checkothers():
@
app
.
route
(
"/ru"
)
def
abc
():
response_val
=
funtion_one
()
d
=
jsonify
(
message
=
"Successfully request done"
,
data
=
response_val
)
return
make_response
(
d
,
200
)
#
d = jsonify(
#
message="Successfully request done",
#
data=response_val
#
)
#
return make_response(d, 200)
return
response_val
if
__name__
==
"__main__"
:
...
...
API/db/__pycache__/dbConnection.cpython-39.pyc
View file @
77f9c153
No preview for this file type
frontend/package-lock.json
View file @
77f9c153
This diff is collapsed.
Click to expand it.
frontend/package.json
View file @
77f9c153
...
...
@@ -19,6 +19,7 @@
"react-native"
:
"0.66.2"
,
"react-native-fontawesome"
:
"^7.0.0"
,
"react-native-gesture-handler"
:
"^1.10.3"
,
"react-native-orientation-locker"
:
"^1.4.0"
,
"react-native-reanimated"
:
"^2.2.4"
,
"react-native-safe-area-context"
:
"^3.3.2"
,
"react-native-screens"
:
"^3.9.0"
,
...
...
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