mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: expose submit types to API (#47293)
* feat: expose submit types to API * fix: clear file name * fix: keep submit types out of versioning
This commit is contained in:
@@ -66,7 +66,7 @@ exports.pathsMap = {
|
||||
[js]: 'js',
|
||||
[jsProject]: 'js'
|
||||
};
|
||||
// determine the component to view for each challenge
|
||||
// determine the component view for each challenge
|
||||
exports.viewTypes = {
|
||||
[html]: 'classic',
|
||||
[js]: 'classic',
|
||||
|
||||
Reference in New Issue
Block a user