* fix: remove isHidden key from tool template * fix: removed isHidden key from English challenges * fix: remove isHidden key from Chinese challenges
1.8 KiB
1.8 KiB
id, challengeType, forumTopicId, title
id | challengeType | forumTopicId | title |
---|---|---|---|
bd7158d8c443edefaeb5bd0e | 4 | 301509 | 短网址 |
Description
Instructions
Tests
tests:
- text: 当我传入一个 url 作为参数时,我将在JSON响应中收到缩短的URL。
testString: ''
- text: '如果我传入一个无效的链接,则会返回一个包含 “没有遵循如 http://www.example.com 的有效格式” 的错误信息的 JSON 响应。'
testString: ''
- text: 当我访问这个短 URL 时, 将重定向到我原来的链接。
testString: ''
Challenge Seed
Solution
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/