Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified URL #29

Closed
adhavalboy opened this issue Jul 9, 2019 · 3 comments
Closed

Modified URL #29

adhavalboy opened this issue Jul 9, 2019 · 3 comments
Labels

Comments

@adhavalboy
Copy link

Can we create manual URL instead of random URL?

@coolph007
Copy link

coolph007 commented Jul 9, 2019

$.ajax({
	url: PB_URL + "~" + manual_code,
	type: "POST",
	async: true,
	headers: {
		Accept: "application/json"
	},
	data: {
		content: content
	},
	success: function (data) {
		// ...
	},
	error: function () {
		// ...
	}
});

https://pb.judge0.com/#vanity-pastes

@hermanzdosilovic
Copy link
Member

@adhavalboy does the comment of @ADITYACODER007 answers your question? I don't think that I would add this feature to public Judge0 IDE, but you can add it to your own instance if you want.

@adhavalboy
Copy link
Author

Yeah thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants