Skip to content

Commit

Permalink
Renaming collections module (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 authored Mar 17, 2023
1 parent 6475f36 commit 7896e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask import Flask, Response, jsonify, render_template, request
from flask_githubapp.core import GitHubApp

from api.collections import get_collections, get_collection
from api.plugin_collections import get_collections, get_collection
from api.custom_wsgi import script_path_middleware
from api.model import get_public_plugins, get_index, get_plugin, get_excluded_plugins, update_cache, \
move_artifact_to_s3, get_category_mapping, get_categories_mapping, get_manifest, update_activity_data, \
Expand Down
File renamed without changes.

0 comments on commit 7896e52

Please sign in to comment.