Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hannes Warnestad
rplp_forms
Commits
c71a7b78
Commit
c71a7b78
authored
Nov 23, 2020
by
Hannes Warnestad
Browse files
New
parent
a80eaa34
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/webapp/client/callServer.js
View file @
c71a7b78
...
...
@@ -2,7 +2,7 @@ import HTTP from "owp.http"
const
url
=
"
http://rplp-forms-service-conventionswe.apps.redpill-linpro.com/rest/rest/users
"
const
postUrl
=
"
http://rplp-forms-service-conventionswe.apps.redpill-linpro.com/rest/
rest/
postUsers
"
const
postUrl
=
"
http://rplp-forms-service-conventionswe.apps.redpill-linpro.com/rest/postUsers
"
export
function
writeToServer
(
myData
)
{
const
promise
=
HTTP
.
post
(
postUrl
,
{
data
:
myData
});
...
...
target/ROOT.war
View file @
c71a7b78
No preview for this file type
target/maven-archiver/pom.properties
View file @
c71a7b78
#Generated by Maven
#Mon Nov 23 15:
23:33
CET 2020
#Mon Nov 23 15:
34:12
CET 2020
groupId
=
com.rplp.forms
artifactId
=
rplp-forms
version
=
1.0.0
Write
Preview
Supports
Markdown
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